(filesets-ingroup-collect-files):
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 May 2002 01:43:53 +0000 (01:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 May 2002 01:43:53 +0000 (01:43 +0000)
fix problem with inclusion groups' :scan-depth property

lisp/filesets.el

index 00d9e0b62729fedbe2162977ee98604d60c07bd5..0195d70d64c052375d5c67dfa78feaebaaf32ead 100644 (file)
@@ -2006,8 +2006,8 @@ LOOKUP-NAME is used as lookup name for retrieving fileset specific settings."
               ((not this-patt)
                (filesets-error 'error "Filesets: malformed :ingroup definition "
                                this-def))
-              ((<= this-sd 0)
-               (setq rv (nconc rv `(((,master ,this-name))))))
+              ((< this-sd 0)
+               nil)
               (t
                (with-temp-buffer
                  (insert-file-contents master)